home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2006 January / Gamestar_80_2006-01_dvd.iso / Programy / DSPlayer_v.074_beta_full.exe / {app} / config / videowindowpopupmenu.def < prev    next >
Text File  |  2004-10-27  |  2KB  |  144 lines

  1. //-------------------------------------------------------------
  2. // Do not change this File without having the documentation !!!
  3. //-------------------------------------------------------------
  4.  
  5. // DSPlayer Popupmenu.def file
  6. // for dynamic Popupmenu creation ;)
  7.  
  8.  
  9. // about setuppopupmenu.def
  10. // -------------------------
  11. // filters, language, audiotrems and skins submenus are automaticly created
  12. // by DSPlayer
  13. // The following entries are the names of the MenuItems in the
  14. // popupmenu
  15. // to support functionality of new items,
  16. // the item click handler must be updated in the DSPlayer code
  17.  
  18.  
  19. // [popupmenu] is a static placeholder
  20. // this command can't be changed
  21. [popupmenu]
  22. ++iconSubmenugroup begin
  23. **icon
  24. **open.bmp
  25. openfile
  26. blank1
  27. **icon
  28. **ratio.bmp
  29. ratio
  30. **icon
  31. **zoom.bmp
  32. zoom
  33. mode
  34. blank2
  35. DVDNavigation
  36. blank3
  37. Playback
  38. **icon
  39. **playrate.bmp
  40. playrate
  41. **icon
  42. **AudioStreams.bmp
  43. audiostreams
  44. **icon
  45. **filters.bmp
  46. filters
  47. blank4
  48. window
  49. **icon
  50. **preferences.bmp
  51. options
  52. blank5
  53. **icon
  54. **exit.bmp
  55. exit
  56. ++iconSubmenugroup end
  57. blank6
  58. ++icongroup begin
  59. **submenu
  60. **DVDNavigation
  61. MenuRoot
  62. TitleMenu
  63. blank7
  64. **icon
  65. **next_chapter.bmp
  66. DVDNextChapter
  67. **icon
  68. **previous_chapter.bmp
  69. DVDPreviousChapter
  70. ++icongroup end
  71. ++icongroup begin
  72. **icon
  73. **play.bmp
  74. **submenu
  75. **Playback
  76. play
  77. **icon
  78. **stop.bmp
  79. stop
  80. **icon
  81. **pause.bmp
  82. pause
  83. **icon
  84. **fastforward.bmp
  85. fastforward
  86. **icon
  87. **fastbackward.bmp
  88. fastbackward
  89. blank8
  90. **icon
  91. **next_chapter.bmp
  92. next
  93. **icon
  94. **previous_chapter.bmp
  95. previous
  96. ++icongroup end
  97. **submenu
  98. **playrate
  99. **radioitems
  100. **autocheck
  101. playrate50
  102. playrate75
  103. playrate100
  104. playrate125
  105. playrate150
  106. playrate200
  107. **submenu
  108. **window
  109. **autocheck
  110. playlist
  111. equalizer
  112. radio
  113. preferences
  114. credits
  115. **submenu
  116. **ratio
  117. **radioitems
  118. **autocheck
  119. AspectOriginalRatio
  120. VierZuDrei
  121. SechszehnZuNeun
  122. SiebenundvierzigZuZwanzig
  123. FreeAspectRatio
  124. **submenu
  125. **zoom
  126. **radioitems
  127. **autocheck
  128. zoom50
  129. zoom75
  130. nozoom
  131. zoom125
  132. zoom150
  133. zoom175
  134. zoom200
  135. ++icongroup begin
  136. **submenu
  137. **mode
  138. **radioitems
  139. **autocheck
  140. WindowMode
  141. FullscreenMode
  142. [end]
  143. // "++******group end" is not supported before [end] tag !!!
  144. // no need to close the group there !!!